home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / dobbs / v17n02 / 3d.exe / MAKEFIL1 < prev    next >
Encoding:
Text File  |  1991-10-20  |  311 b   |  13 lines

  1. # Make file for 3D cube rotation example, with backface
  2. # removal and user translation & rotation control.
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. l1.exe: l1.obj l2.obj l3.obj l4.obj matmath.obj draw.obj \
  11.    fillcnvx.obj scan.obj mode.obj showpage.obj fillrect.obj
  12.    tlink @linkres1
  13.